home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / text / misc / pcal_4_5.lha / pcal / moon95 < prev    next >
Text File  |  1994-10-16  |  3KB  |  113 lines

  1. # 1995 moon phase information for Pcal (from Old Farmer's Almanac)
  2. #
  3. # This file is to be called .moon95 (or moon95) for Un*x, moon95.dat for VMS;
  4. # it is to live in the same directory as the .calendar file or in the directory
  5. # where the Pcal executable lives.
  6. #
  7. # Moon file syntax:
  8. #
  9. #    The user may enter the dates and (optionally) times of quarter
  10. #    moons (from a reliable source such as an almanac or astronomical
  11. #    table) into a file called .moon%y (moon%y.dat on VMS), where %y is
  12. #    the last two digits of the year.  If such a file exists (in the
  13. #    same directory as the date file, or in the directory where Pcal
  14. #    itself lives), Pcal will interpolate the phase of the moon from the
  15. #    information in this file instead of using the default algorithm.
  16. #
  17. #    (Pcal originally used an extremely simplistic moon phase algorithm;
  18. #    the moon file was added to v4.0 to enable Pcal to interpolate the
  19. #    phase of the moon from the [presumably more accurate] information
  20. #    within.  More recently, the original moon phase algorithm was
  21. #    superseded by an astronomer-strength version, largely obviating
  22. #    the need for a moon file; however, it will continue to be
  23. #    supported for the foreseeable future.)
  24. #
  25. #    Entries in the moon file must conform to the following syntax:
  26. #
  27. #      if -A flag (American date formats) specified:
  28. #        <quarter> <month><sep><day> {<hour><sep><min>}
  29. #
  30. #      if -E flag (European date formats) specified:
  31. #        <quarter> <day><sep><month> {<hour><sep><min>}
  32. #
  33. #    where
  34. #
  35. #      <quarter> := "nm", "fq" or "1q", "fm", "lq" or "3q" (new
  36. #            moon, first quarter, full moon, last quarter)
  37. #      <hour>    := number 0-23 (24-hour clock)
  38. #      <min>     := number 0-59
  39. #
  40. #    This file must contain entries for all quarter moons in the year,
  41. #    in chronological order; if any errors are encountered, Pcal will
  42. #    revert to using its default algorithm.
  43. #
  44. #    As in the date file, comments start with '#' and run through
  45. #    end-of-line.  
  46. #
  47. # Dates and times below are for Boston (EST), in -A format; you may wish to
  48. # adjust these dates and times to conform to your location.
  49.  
  50. opt -A            # file contains American-style dates
  51.  
  52. nm 01/01 05:57        # new moon
  53. fq 01/08 10:47        # first quarter
  54. fm 01/16 15:27        # full moon
  55. lq 01/23 23:59        # last quarter
  56. nm 01/30 17:48        # new moon
  57.  
  58. fq 02/07 07:55
  59. fm 02/15 07:16
  60. lq 02/22 08:05
  61.  
  62. nm 03/01 06:49
  63. fq 03/09 05:15
  64. fm 03/16 20:26
  65. lq 03/23 15:11
  66. nm 03/30 21:09
  67.  
  68. fq 04/08 00:36
  69. fm 04/15 07:09
  70. lq 04/21 22:19
  71. nm 04/29 12:37
  72.  
  73. fq 05/07 16:45
  74. fm 05/14 15:49
  75. lq 05/21 06:36
  76. nm 05/29 04:28
  77.  
  78. fq 06/06 05:27
  79. fm 06/12 23:04
  80. lq 06/19 17:02
  81. nm 06/27 19:51
  82.  
  83. fq 07/05 15:04
  84. fm 07/12 05:50
  85. lq 07/19 06:11
  86. nm 07/27 10:15
  87.  
  88. fq 08/03 22:17
  89. fm 08/10 13:17
  90. lq 08/17 22:04
  91. nm 08/25 23:33
  92.  
  93. fq 09/02 04:04
  94. fm 09/08 22:38
  95. lq 09/16 16:10
  96. nm 09/24 11:56
  97.  
  98. fq 10/01 09:36
  99. fm 10/08 10:53
  100. lq 10/16 11:27
  101. nm 10/23 23:37
  102. fq 10/30 16:18
  103.  
  104. fm 11/07 02:21
  105. lq 11/15 06:41
  106. nm 11/22 10:44
  107. fq 11/29 01:29
  108.  
  109. fm 12/06 20:28
  110. lq 12/15 00:33
  111. nm 12/21 21:24
  112. fq 12/28 14:07
  113.